home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / rockb1.zip / ROCK2.CFG < prev    next >
Text File  |  1997-06-25  |  4KB  |  92 lines

  1. 'The BBSNAME variable will tell the door your BBS's name.
  2. BBSNAME=The Dynasty!
  3.  
  4. 'The SYSOPF variable tells the door the sysop's first name.
  5. SYSOPF=Ronald
  6.  
  7. 'The SYSOPL variable tells the door the sysop's last name.
  8. SYSOPL=Schlegel
  9.  
  10. 'The DOORFILE variable tells the door the name of the door file your system
  11. 'uses and where it is located.  It can contain a drive and path.  The
  12. 'current BBS door files supported are:
  13. '
  14. '  PCBOARD.SYS  - PCBoard version 12 and 14.x or above
  15. '  USERS.SYS    - PCBoard verion 15.x
  16. '  CALLINFO.BBS - Wildcat version 2.x
  17. '  DOOR.SYS     - GAP any version or Wildcat 3.x
  18. '  DORINFO#.DEF - RBBS and QBBS systems
  19. '  CHAIN.TXT    - WWIV version 2.x or above
  20. '  UBBS.SYS     - Ultra BBS systems
  21. '  SFDOORS.DAT  - SpitFire systems
  22. '  AUNTIE.SYS   - Auntie BBS systems
  23. '  TRIBBS.SYS   - Tri-BBS systems
  24. '  STANDARD.SYS - Standard Drop file format... read docs for details.
  25. '  DIRECT       - Will get all info from modem and user.
  26. '
  27. DOORFILE=C:\TRIBBS2\DOOR.SYS
  28.  
  29. 'The next 2 variables deal with the player score bulletin. There MUST be
  30. 'something here even if you do not wish a bulletin to be made!
  31. ANSBULL=C:\PB32\ROCKME\SCORE.ANS
  32. MONBULL=C:\PB32\ROCKME\SCORE.ASC
  33.  
  34. 'The MAXSESSION variable is just the maximum number of studio sessions that a
  35. 'player can do in one day.
  36. MAXSESSION=10
  37.  
  38. 'The MAXROAD variable is the maximum number of time a player can go on
  39. 'the road per day.
  40. MAXROAD=5
  41.  
  42. 'The MAXGIGS variable is the maximum number of Gigs that a player can
  43. 'play in one day.
  44. MAXGIGS=20
  45.  
  46. 'The MAXTIME variable tells the door the maximum amount of time that a user
  47. 'may be in the door before exiting back to the BBS.  If not included or set to
  48. '0 the time left currently on your system will be used.
  49. MAXTIME=30
  50.  
  51. 'The KBTIME variable tells the door how much time to allow for no input from
  52. 'the user's keyboard before returning to the BBS.  Default value is 5 mins.
  53. KBTIME=3
  54.  
  55. 'The FOSSIL variable tells the doors whether you are using a Fossil
  56. 'driver like X00 or BNU. This variable can be set to either YES or NO.
  57. 'The Default is NO.
  58. FOSSIL=NO
  59.  
  60. 'The COMPORT variable tells the door which COM port to use for I/O functions
  61. 'to occur.  This variable can be a number from 1 to 8.  With multiple lines,
  62. 'you can setup different CFG files for each line with a separate comport
  63. 'number.  If using a non-standard port address, use H in front of the address
  64. 'and the number should be in hexadecimal (eg: COMPORT=H03F8).
  65. 'This MUST be set if you are having trouble with your comport being read from
  66. 'the door file or if using the DIRECT method.  Otherwise, it can be left out
  67. 'unless your DOORFILE variable doesn't give the information on comport number.
  68. 'COMPORT=2
  69.  
  70. 'The IRQ variable tells the door what IRQ to use if non-standard.  This does
  71. 'not have to be set if a standard comport is being used.
  72. 'IRQ=3
  73.  
  74. 'The EXTRA variable can contain up to 70 characters of any message you would
  75. 'like to appear to your users.
  76. '              1         2         3         4         5         6         7
  77. '     [---+----|----+----|----+----|----+----|----+----|----+----|----+----]
  78. EXTRA=If you find this program interesting, you'll be able to DL it later.
  79.  
  80. 'NOTES:  Programmers: You may put your own variables into the CFG file
  81. '        anywhere you like. The only rules to follow is that you use the
  82. '        following format:
  83. '
  84. '        VARIABLE=TEXT
  85. '
  86. '        Where VARIABLE is your own variable name followed by an equals sign
  87. '        [=].  It must be the located at the first non-blank character of the
  88. '        line.  Use the examples in this CFG file for proper format.  TEXT is
  89. '        the value for that variable and the length can be as long as you have
  90. '        space on 1 line.  Use the GetExtra$() function to collect the
  91. '        information in your program. (SEE DOCS)
  92.